Auto merge of #5025 - Eh2406:error_mesges, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 9 Feb 2018 18:50:24 +0000 (18:50 +0000)
committerbors <bors@rust-lang.org>
Fri, 9 Feb 2018 18:50:24 +0000 (18:50 +0000)
commit43a62ba28cf92b8158b880e536e25049fe9271de
tree332e164b2155cef26b4b179f29330aeb1ce3e1bb
parent8c2f353e4a067c350a3685f1738a5d65894dc1e7
parent0117eb1fec2f3a3805ef942ab0609c401322df89
Auto merge of #5025 - Eh2406:error_mesges, r=alexcrichton

better resolver error messages

This is a start on beter resolver error messages. This is mostly trying to copy the `links` messages. In the process I found that we wor not testing the common case of having found candidates and still not resolving.

Any advice?